home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / steppenw.swf / scripts / DefineButton2_1003 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  173b  |  10 lines

  1. on(release){
  2.    set("/Variables:TransMail","");
  3.    set("/Variables:ObjetSelect",0);
  4.    tellTarget("MailMovie")
  5.    {
  6.       gotoAndStop(2);
  7.    }
  8.    gotoAndStop(3);
  9. }
  10.